home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / code / appleman / readme.txt < prev   
Encoding:
Text File  |  1994-10-06  |  952 b   |  24 lines

  1. These are the sample files for the following two VBits 94 programs
  2. by Daniel Appleman:
  3.  
  4. Understanding Event Driven Programming
  5. and Advanced API Programming.
  6.  
  7. EVTPROG1.MAK - shows the event driven setup process - using the load,resize and paint events.
  8. EVTPROG2.MAK - Shows how to evolve a program from a DOS type linear program to a fully state
  9.                driven application.
  10. EVTPROG3.MAK - Demonstrates some of the dangers of reentrancy during data validation.
  11.  
  12. EVENTCOD.MAK contains the source files for the 1991 VBPJ article on event
  13. driven programming and are included here as a supplement.
  14.  
  15. PICPRINT.BAS - Demonstrates advanced bitmap, metafile and printing techniques.
  16.  
  17. NOTE:  
  18. The Understanding event driven programming session was not presented
  19. at Orlando VBits (only SF, LA and Chicago).
  20. For information on event driven programming, refer to the Aug/Sept
  21. issue of VBPJ article "Design true event-driven code".
  22.  
  23. Dan
  24.